crypto/ed25519/internal/edwards25519.projP1xP1.Y (field)
10 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L15: X, Y, Z, T field.Element
edwards25519.go#L198: v.Y.Multiply(&p.Y, &p.Z)
edwards25519.go#L212: v.y.Multiply(&p.Y, &p.Z)
edwards25519.go#L214: v.t.Multiply(&p.X, &p.Y)
edwards25519.go#L287: v.Y.Add(&PP, &MM)
edwards25519.go#L307: v.Y.Add(&PP, &MM)
edwards25519.go#L326: v.Y.Add(&PP, &MM)
edwards25519.go#L345: v.Y.Add(&PP, &MM)
edwards25519.go#L363: v.Y.Add(&YY, &XX)
edwards25519.go#L366: v.X.Subtract(&XplusYsq, &v.Y)